regexp.Regexp.allMatches (method)

9 uses

	regexp (current package)
		regexp.go#L775: func (re *Regexp) allMatches(s string, b []byte, n int, deliver func([]int)) {
		regexp.go#L1088: 	re.allMatches("", b, n, func(match []int) {
		regexp.go#L1106: 	re.allMatches("", b, n, func(match []int) {
		regexp.go#L1124: 	re.allMatches(s, nil, n, func(match []int) {
		regexp.go#L1142: 	re.allMatches(s, nil, n, func(match []int) {
		regexp.go#L1160: 	re.allMatches("", b, n, func(match []int) {
		regexp.go#L1184: 	re.allMatches("", b, n, func(match []int) {
		regexp.go#L1202: 	re.allMatches(s, nil, n, func(match []int) {
		regexp.go#L1227: 	re.allMatches(s, nil, n, func(match []int) {